Enum aws_sdk_codedeploy::error::BatchGetDeploymentInstancesErrorKind [−][src]
#[non_exhaustive]
pub enum BatchGetDeploymentInstancesErrorKind {
BatchLimitExceededException(BatchLimitExceededException),
DeploymentDoesNotExistException(DeploymentDoesNotExistException),
DeploymentIdRequiredException(DeploymentIdRequiredException),
InstanceIdRequiredException(InstanceIdRequiredException),
InvalidComputePlatformException(InvalidComputePlatformException),
InvalidDeploymentIdException(InvalidDeploymentIdException),
InvalidInstanceNameException(InvalidInstanceNameException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the BatchGetDeploymentInstances
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BatchLimitExceededException(BatchLimitExceededException)
Tuple Fields
The maximum number of names or IDs allowed for this request (100) was exceeded.
DeploymentDoesNotExistException(DeploymentDoesNotExistException)
Tuple Fields
The deployment with the IAM user or AWS account does not exist.
DeploymentIdRequiredException(DeploymentIdRequiredException)
Tuple Fields
At least one deployment ID must be specified.
InstanceIdRequiredException(InstanceIdRequiredException)
Tuple Fields
The instance ID was not specified.
InvalidComputePlatformException(InvalidComputePlatformException)
Tuple Fields
The computePlatform is invalid. The computePlatform should be Lambda
,
Server
, or ECS
.
InvalidDeploymentIdException(InvalidDeploymentIdException)
Tuple Fields
At least one of the deployment IDs was specified in an invalid format.
InvalidInstanceNameException(InvalidInstanceNameException)
Tuple Fields
The on-premises instance name was specified in an invalid format.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for BatchGetDeploymentInstancesErrorKind
impl Sync for BatchGetDeploymentInstancesErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more