Uses of Class
software.amazon.awssdk.services.bedrockdataautomationruntime.model.BedrockDataAutomationRuntimeException
-
Packages that use BedrockDataAutomationRuntimeException Package Description software.amazon.awssdk.services.bedrockdataautomationruntime Amazon Bedrock Data Automation Runtimesoftware.amazon.awssdk.services.bedrockdataautomationruntime.model -
-
Uses of BedrockDataAutomationRuntimeException in software.amazon.awssdk.services.bedrockdataautomationruntime
Methods in software.amazon.awssdk.services.bedrockdataautomationruntime that throw BedrockDataAutomationRuntimeException Modifier and Type Method Description default GetDataAutomationStatusResponseBedrockDataAutomationRuntimeClient. getDataAutomationStatus(Consumer<GetDataAutomationStatusRequest.Builder> getDataAutomationStatusRequest)API used to get data automation status.default GetDataAutomationStatusResponseBedrockDataAutomationRuntimeClient. getDataAutomationStatus(GetDataAutomationStatusRequest getDataAutomationStatusRequest)API used to get data automation status.default InvokeDataAutomationAsyncResponseBedrockDataAutomationRuntimeClient. invokeDataAutomationAsync(Consumer<InvokeDataAutomationAsyncRequest.Builder> invokeDataAutomationAsyncRequest)Async API: Invoke data automation.default InvokeDataAutomationAsyncResponseBedrockDataAutomationRuntimeClient. invokeDataAutomationAsync(InvokeDataAutomationAsyncRequest invokeDataAutomationAsyncRequest)Async API: Invoke data automation. -
Uses of BedrockDataAutomationRuntimeException in software.amazon.awssdk.services.bedrockdataautomationruntime.model
Subclasses of BedrockDataAutomationRuntimeException in software.amazon.awssdk.services.bedrockdataautomationruntime.model Modifier and Type Class Description classAccessDeniedExceptionThis exception will be thrown when customer does not have access to API.classInternalServerExceptionThis exception is for any internal un-expected service errors.classResourceNotFoundExceptionThis exception will be thrown when resource provided from customer not found.classServiceQuotaExceededExceptionThis exception will be thrown when service quota is exceeded.classThrottlingExceptionThis exception will be thrown when customer reached API TPS limit.classValidationExceptionThis exception will be thrown when customer provided invalid parameters.Methods in software.amazon.awssdk.services.bedrockdataautomationruntime.model that return BedrockDataAutomationRuntimeException Modifier and Type Method Description BedrockDataAutomationRuntimeExceptionBedrockDataAutomationRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.bedrockdataautomationruntime.model with parameters of type BedrockDataAutomationRuntimeException Constructor Description BuilderImpl(BedrockDataAutomationRuntimeException ex)
-