| Class | Description |
|---|---|
| CancelResourceRequestRequest | |
| CancelResourceRequestResult | |
| CreateResourceRequest | |
| CreateResourceResult | |
| DeleteResourceRequest | |
| DeleteResourceResult | |
| GetResourceRequest | |
| GetResourceRequestStatusRequest | |
| GetResourceRequestStatusResult | |
| GetResourceResult | |
| ListResourceRequestsRequest | |
| ListResourceRequestsResult | |
| ListResourcesRequest | |
| ListResourcesResult | |
| ProgressEvent |
Represents the current status of a resource operation request.
|
| ResourceDescription |
Represents information about a provisioned resource.
|
| ResourceRequestStatusFilter |
The filter criteria to use in determining the requests returned.
|
| UpdateResourceRequest | |
| UpdateResourceResult |
| Enum | Description |
|---|---|
| HandlerErrorCode | |
| Operation | |
| OperationStatus |
| Exception | Description |
|---|---|
| AlreadyExistsException |
The resource with the name requested already exists.
|
| AWSCloudControlApiException |
Base exception for all service exceptions thrown by AWS Cloud Control API
|
| ClientTokenConflictException |
The specified client token has already been used in another resource request.
|
| ConcurrentModificationException |
The resource is currently being modified by another operation.
|
| ConcurrentOperationException |
Another resource operation is currently being performed on this resource.
|
| GeneralServiceException |
The resource handler has returned that the downstream service generated an error that doesn't map to any other
handler error code.
|
| HandlerFailureException |
The resource handler has failed without a returning a more specific error code.
|
| HandlerInternalFailureException |
The resource handler has returned that an unexpected error occurred within the resource handler.
|
| InvalidCredentialsException |
The resource handler has returned that the credentials provided by the user are invalid.
|
| InvalidRequestException |
The resource handler has returned that invalid input from the user has generated a generic exception.
|
| NetworkFailureException |
The 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.
|
| NotStabilizedException |
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
|
| NotUpdatableException |
One or more properties included in this resource operation are defined as create-only, and therefore can't be
updated.
|
| PrivateTypeException |
Cloud Control API hasn't received a valid response from the resource handler, due to a configuration error.
|
| RequestTokenNotFoundException |
A resource operation with the specified request token can't be found.
|
| ResourceConflictException |
The resource is temporarily unavailable to be acted upon.
|
| ResourceNotFoundException |
A resource with the specified identifier can't be found.
|
| ServiceInternalErrorException |
The resource handler has returned that the downstream service returned an internal error, typically with a
5XX HTTP status code. |
| ServiceLimitExceededException |
The resource handler has returned that a non-transient resource limit was reached on the service side.
|
| ThrottlingException |
The request was denied due to request throttling.
|
| TypeNotFoundException |
The specified extension doesn't exist in the CloudFormation registry.
|
| UnsupportedActionException |
The specified resource doesn't support this resource operation.
|