Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.CloudControlException
-
Packages that use CloudControlException Package Description software.amazon.awssdk.services.cloudcontrol For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.software.amazon.awssdk.services.cloudcontrol.model -
-
Uses of CloudControlException in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that throw CloudControlException Modifier and Type Method Description default 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)Returns existing resource operation requests.default ListResourceRequestsIterableCloudControlClient. listResourceRequestsPaginator(ListResourceRequestsRequest listResourceRequestsRequest)Returns existing resource operation requests.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)Returns information about the specified resources.default ListResourcesIterableCloudControlClient. listResourcesPaginator(ListResourcesRequest listResourcesRequest)Returns information about the specified resources.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.model Modifier and Type Class Description classAlreadyExistsExceptionThe resource with the name requested already exists.classClientTokenConflictExceptionThe specified client token has already been used in another resource request.classConcurrentModificationExceptionThe resource is currently being modified by another operation.classConcurrentOperationExceptionAnother resource operation is currently being performed on this resource.classGeneralServiceExceptionThe resource handler has returned that the downstream service generated an error that doesn't map to any other handler error code.classHandlerFailureExceptionThe resource handler has failed without a returning a more specific error code.classHandlerInternalFailureExceptionThe resource handler has returned that an unexpected error occurred within the resource handler.classInvalidCredentialsExceptionThe resource handler has returned that the credentials provided by the user are invalid.classInvalidRequestExceptionThe resource handler has returned that invalid input from the user has generated a generic exception.classNetworkFailureExceptionThe 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.classNotStabilizedExceptionThe resource handler has returned that the downstream resource failed to complete all of its ready-state checks.classNotUpdatableExceptionOne or more properties included in this resource operation are defined as create-only, and therefore can't be updated.classPrivateTypeExceptionCloud Control API hasn't received a valid response from the resource handler, due to a configuration error.classRequestTokenNotFoundExceptionA resource operation with the specified request token can't be found.classResourceConflictExceptionThe resource is temporarily unavailable to be acted upon.classResourceNotFoundExceptionA resource with the specified identifier can't be found.classServiceInternalErrorExceptionThe resource handler has returned that the downstream service returned an internal error, typically with a5XX HTTPstatus code.classServiceLimitExceededExceptionThe resource handler has returned that a non-transient resource limit was reached on the service side.classThrottlingExceptionThe request was denied due to request throttling.classTypeNotFoundExceptionThe specified extension doesn't exist in the CloudFormation registry.classUnsupportedActionExceptionThe specified resource doesn't support this resource operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return CloudControlException Modifier and Type Method Description CloudControlExceptionCloudControlException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.cloudcontrol.model with parameters of type CloudControlException Constructor Description BuilderImpl(CloudControlException ex)
-