Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.CloudControlException
Packages that use CloudControlException
Package
Description
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
-
Uses of CloudControlException in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that throw CloudControlExceptionModifier and TypeMethodDescriptiondefault CancelResourceRequestResponseCloudControlClient.cancelResourceRequest(Consumer<CancelResourceRequestRequest.Builder> cancelResourceRequestRequest) Cancels the specified resource operation request.default CancelResourceRequestResponseCloudControlClient.cancelResourceRequest(CancelResourceRequestRequest cancelResourceRequestRequest) Cancels the specified resource operation request.default CreateResourceResponseCloudControlClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest) Creates the specified resource.default CreateResourceResponseCloudControlClient.createResource(CreateResourceRequest createResourceRequest) Creates the specified resource.default DeleteResourceResponseCloudControlClient.deleteResource(Consumer<DeleteResourceRequest.Builder> deleteResourceRequest) Deletes the specified resource.default DeleteResourceResponseCloudControlClient.deleteResource(DeleteResourceRequest deleteResourceRequest) Deletes the specified resource.default GetResourceResponseCloudControlClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Returns information about the current state of the specified resource.default GetResourceResponseCloudControlClient.getResource(GetResourceRequest getResourceRequest) Returns information about the current state of the specified resource.default GetResourceRequestStatusResponseCloudControlClient.getResourceRequestStatus(Consumer<GetResourceRequestStatusRequest.Builder> getResourceRequestStatusRequest) Returns the current status of a resource operation request.default GetResourceRequestStatusResponseCloudControlClient.getResourceRequestStatus(GetResourceRequestStatusRequest getResourceRequestStatusRequest) Returns the current status of a resource operation request.default ListResourceRequestsResponseCloudControlClient.listResourceRequests(Consumer<ListResourceRequestsRequest.Builder> listResourceRequestsRequest) Returns existing resource operation requests.default ListResourceRequestsResponseCloudControlClient.listResourceRequests(ListResourceRequestsRequest listResourceRequestsRequest) Returns existing resource operation requests.default ListResourceRequestsIterableCloudControlClient.listResourceRequestsPaginator(Consumer<ListResourceRequestsRequest.Builder> listResourceRequestsRequest) This is a variant ofCloudControlClient.listResourceRequests(software.amazon.awssdk.services.cloudcontrol.model.ListResourceRequestsRequest)operation.default ListResourceRequestsIterableCloudControlClient.listResourceRequestsPaginator(ListResourceRequestsRequest listResourceRequestsRequest) This is a variant ofCloudControlClient.listResourceRequests(software.amazon.awssdk.services.cloudcontrol.model.ListResourceRequestsRequest)operation.default ListResourcesResponseCloudControlClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest) Returns information about the specified resources.default ListResourcesResponseCloudControlClient.listResources(ListResourcesRequest listResourcesRequest) Returns information about the specified resources.default ListResourcesIterableCloudControlClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest) This is a variant ofCloudControlClient.listResources(software.amazon.awssdk.services.cloudcontrol.model.ListResourcesRequest)operation.default ListResourcesIterableCloudControlClient.listResourcesPaginator(ListResourcesRequest listResourcesRequest) This is a variant ofCloudControlClient.listResources(software.amazon.awssdk.services.cloudcontrol.model.ListResourcesRequest)operation.default UpdateResourceResponseCloudControlClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest) Updates the specified property values in the resource.default UpdateResourceResponseCloudControlClient.updateResource(UpdateResourceRequest updateResourceRequest) Updates the specified property values in the resource. -
Uses of CloudControlException in software.amazon.awssdk.services.cloudcontrol.model
Subclasses of CloudControlException in software.amazon.awssdk.services.cloudcontrol.modelModifier and TypeClassDescriptionfinal classThe resource with the name requested already exists.final classThe specified client token has already been used in another resource request.final classThe resource is currently being modified by another operation.final classAnother resource operation is currently being performed on this resource.final classThe resource handler has returned that the downstream service generated an error that doesn't map to any other handler error code.final classThe resource handler has failed without a returning a more specific error code.final classThe resource handler has returned that an unexpected error occurred within the resource handler.final classThe resource handler has returned that the credentials provided by the user are invalid.final classThe resource handler has returned that invalid input from the user has generated a generic exception.final classThe resource handler has returned that the request couldn't be completed due to networking issues, such as a failure to receive a response from the server.final classThe resource handler has returned that the downstream resource failed to complete all of its ready-state checks.final classOne or more properties included in this resource operation are defined as create-only, and therefore can't be updated.final classCloud Control API hasn't received a valid response from the resource handler, due to a configuration error.final classA resource operation with the specified request token can't be found.final classThe resource is temporarily unavailable to be acted upon.final classA resource with the specified identifier can't be found.final classThe resource handler has returned that the downstream service returned an internal error, typically with a5XX HTTPstatus code.final classThe resource handler has returned that a non-transient resource limit was reached on the service side.final classThe request was denied due to request throttling.final classThe specified extension doesn't exist in the CloudFormation registry.final classThe specified resource doesn't support this resource operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return CloudControlExceptionConstructors in software.amazon.awssdk.services.cloudcontrol.model with parameters of type CloudControlException