| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyExistsException
The resource with the name requested already exists.
|
class |
ClientTokenConflictException
The specified client token has already been used in another resource request.
|
class |
ConcurrentModificationException
The resource is currently being modified by another operation.
|
class |
ConcurrentOperationException
Another resource operation is currently being performed on this resource.
|
class |
GeneralServiceException
The resource handler has returned that the downstream service generated an error that doesn't map to any other
handler error code.
|
class |
HandlerFailureException
The resource handler has failed without a returning a more specific error code.
|
class |
HandlerInternalFailureException
The resource handler has returned that an unexpected error occurred within the resource handler.
|
class |
InvalidCredentialsException
The resource handler has returned that the credentials provided by the user are invalid.
|
class |
InvalidRequestException
The resource handler has returned that invalid input from the user has generated a generic exception.
|
class |
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.
|
class |
NotStabilizedException
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
|
class |
NotUpdatableException
One or more properties included in this resource operation are defined as create-only, and therefore can't be
updated.
|
class |
PrivateTypeException
Cloud Control API hasn't received a valid response from the resource handler, due to a configuration error.
|
class |
RequestTokenNotFoundException
A resource operation with the specified request token can't be found.
|
class |
ResourceConflictException
The resource is temporarily unavailable to be acted upon.
|
class |
ResourceNotFoundException
A resource with the specified identifier can't be found.
|
class |
ServiceInternalErrorException
The resource handler has returned that the downstream service returned an internal error, typically with a
5XX HTTP status code. |
class |
ServiceLimitExceededException
The resource handler has returned that a non-transient resource limit was reached on the service side.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
TypeNotFoundException
The specified extension doesn't exist in the CloudFormation registry.
|
class |
UnsupportedActionException
The specified resource doesn't support this resource operation.
|
Copyright © 2024. All rights reserved.