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)
The maximum number of names or IDs allowed for this request (100) was exceeded.
Tuple Fields of BatchLimitExceededException
DeploymentDoesNotExistException(DeploymentDoesNotExistException)
The deployment with the IAM user or AWS account does not exist.
Tuple Fields of DeploymentDoesNotExistException
DeploymentIdRequiredException(DeploymentIdRequiredException)
At least one deployment ID must be specified.
Tuple Fields of DeploymentIdRequiredException
InstanceIdRequiredException(InstanceIdRequiredException)
The instance ID was not specified.
Tuple Fields of InstanceIdRequiredException
InvalidComputePlatformException(InvalidComputePlatformException)
The computePlatform is invalid. The computePlatform should be Lambda
,
Server
, or ECS
.
Tuple Fields of InvalidComputePlatformException
InvalidDeploymentIdException(InvalidDeploymentIdException)
At least one of the deployment IDs was specified in an invalid format.
Tuple Fields of InvalidDeploymentIdException
InvalidInstanceNameException(InvalidInstanceNameException)
The on-premises instance name was specified in an invalid format.
Tuple Fields of InvalidInstanceNameException
An unexpected error, eg. 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