Module aws_sdk_ecs::error
source · [−]Expand description
Errors that can occur when calling the service.
Modules
Structs
You don't have authorization to perform the requested action.
You can apply up to 10 custom attributes for each resource. You can view the attributes of a resource with ListAttributes
. You can remove existing attributes on a resource with DeleteAttributes
.
Your Amazon Web Services account was blocked. For more information, contact Amazon Web Services Support.
These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource,. Or, it might be specifying an identifier that isn't valid.
You can't delete a cluster that has registered container instances. First, deregister the container instances before you can delete the cluster. For more information, see DeregisterContainerInstance
.
You can't delete a cluster that contains services. First, update the service to reduce its desired task count to 0, and then delete the service. For more information, see UpdateService
and DeleteService
.
You can't delete a cluster that has active tasks.
The specified cluster wasn't found. You can view your available clusters with ListClusters
. Amazon ECS clusters are Region specific.
Error type for the CreateCapacityProvider
operation.
Error type for the CreateCluster
operation.
Error type for the CreateService
operation.
Error type for the CreateTaskSet
operation.
Error type for the DeleteAccountSetting
operation.
Error type for the DeleteAttributes
operation.
Error type for the DeleteCapacityProvider
operation.
Error type for the DeleteCluster
operation.
Error type for the DeleteService
operation.
Error type for the DeleteTaskSet
operation.
Error type for the DeregisterContainerInstance
operation.
Error type for the DeregisterTaskDefinition
operation.
Error type for the DescribeCapacityProviders
operation.
Error type for the DescribeClusters
operation.
Error type for the DescribeContainerInstances
operation.
Error type for the DescribeServices
operation.
Error type for the DescribeTaskDefinition
operation.
Error type for the DescribeTaskSets
operation.
Error type for the DescribeTasks
operation.
Error type for the DiscoverPollEndpoint
operation.
Error type for the ExecuteCommand
operation.
The specified parameter isn't valid. Review the available parameters for the API request.
The limit for the resource was exceeded.
Error type for the ListAccountSettings
operation.
Error type for the ListAttributes
operation.
Error type for the ListClusters
operation.
Error type for the ListContainerInstances
operation.
Error type for the ListServices
operation.
Error type for the ListTagsForResource
operation.
Error type for the ListTaskDefinitionFamilies
operation.
Error type for the ListTaskDefinitions
operation.
Error type for the ListTasks
operation.
Amazon ECS can't determine the current version of the Amazon ECS container agent on the container instance and doesn't have enough information to proceed with an update. This could be because the agent running on the container instance is a previous or custom version that doesn't use our version information.
There's no update available for this Amazon ECS container agent. This might be because the agent is already running the latest version or because it's so old that there's no update path to the current version.
The specified platform version doesn't satisfy the required capabilities of the task definition.
The specified platform version doesn't exist.
Error type for the PutAccountSettingDefault
operation.
Error type for the PutAccountSetting
operation.
Error type for the PutAttributes
operation.
Error type for the PutClusterCapacityProviders
operation.
Error type for the RegisterContainerInstance
operation.
Error type for the RegisterTaskDefinition
operation.
The specified resource is in-use and can't be removed.
The specified resource wasn't found.
Error type for the RunTask
operation.
These errors are usually caused by a server issue.
The specified service isn't active. You can't update a service that's inactive. If you have previously deleted a service, you can re-create it with CreateService
.
The specified service wasn't found. You can view your available services with ListServices
. Amazon ECS services are cluster specific and Region specific.
Error type for the StartTask
operation.
Error type for the StopTask
operation.
Error type for the SubmitAttachmentStateChanges
operation.
Error type for the SubmitContainerStateChange
operation.
Error type for the SubmitTaskStateChange
operation.
Error type for the TagResource
operation.
The execute command cannot run. This error can be caused by any of the following configuration issues:
The specified target wasn't found. You can view your available container instances with ListContainerInstances
. Amazon ECS container instances are cluster-specific and Region-specific.
The specified task set wasn't found. You can view your available task sets with DescribeTaskSets
. Task sets are specific to each cluster, service and Region.
The specified task isn't supported in this Region.
Error type for the UntagResource
operation.
Error type for the UpdateCapacityProvider
operation.
Error type for the UpdateCluster
operation.
Error type for the UpdateClusterSettings
operation.
Error type for the UpdateContainerAgent
operation.
Error type for the UpdateContainerInstancesState
operation.
There's already a current Amazon ECS container agent update in progress on the container instance that's specified. If the container agent becomes disconnected while it's in a transitional stage, such as PENDING
or STAGING
, the update process can get stuck in that state. However, when the agent reconnects, it resumes where it stopped previously.
Error type for the UpdateService
operation.
Error type for the UpdateServicePrimaryTaskSet
operation.
Error type for the UpdateTaskSet
operation.
Enums
Types of errors that can occur for the CreateCapacityProvider
operation.
Types of errors that can occur for the CreateCluster
operation.
Types of errors that can occur for the CreateService
operation.
Types of errors that can occur for the CreateTaskSet
operation.
Types of errors that can occur for the DeleteAccountSetting
operation.
Types of errors that can occur for the DeleteAttributes
operation.
Types of errors that can occur for the DeleteCapacityProvider
operation.
Types of errors that can occur for the DeleteCluster
operation.
Types of errors that can occur for the DeleteService
operation.
Types of errors that can occur for the DeleteTaskSet
operation.
Types of errors that can occur for the DeregisterContainerInstance
operation.
Types of errors that can occur for the DeregisterTaskDefinition
operation.
Types of errors that can occur for the DescribeCapacityProviders
operation.
Types of errors that can occur for the DescribeClusters
operation.
Types of errors that can occur for the DescribeContainerInstances
operation.
Types of errors that can occur for the DescribeServices
operation.
Types of errors that can occur for the DescribeTaskDefinition
operation.
Types of errors that can occur for the DescribeTaskSets
operation.
Types of errors that can occur for the DescribeTasks
operation.
Types of errors that can occur for the DiscoverPollEndpoint
operation.
Types of errors that can occur for the ExecuteCommand
operation.
Types of errors that can occur for the ListAccountSettings
operation.
Types of errors that can occur for the ListAttributes
operation.
Types of errors that can occur for the ListClusters
operation.
Types of errors that can occur for the ListContainerInstances
operation.
Types of errors that can occur for the ListServices
operation.
Types of errors that can occur for the ListTagsForResource
operation.
Types of errors that can occur for the ListTaskDefinitionFamilies
operation.
Types of errors that can occur for the ListTaskDefinitions
operation.
Types of errors that can occur for the ListTasks
operation.
Types of errors that can occur for the PutAccountSettingDefault
operation.
Types of errors that can occur for the PutAccountSetting
operation.
Types of errors that can occur for the PutAttributes
operation.
Types of errors that can occur for the PutClusterCapacityProviders
operation.
Types of errors that can occur for the RegisterContainerInstance
operation.
Types of errors that can occur for the RegisterTaskDefinition
operation.
Types of errors that can occur for the RunTask
operation.
Types of errors that can occur for the StartTask
operation.
Types of errors that can occur for the StopTask
operation.
Types of errors that can occur for the SubmitAttachmentStateChanges
operation.
Types of errors that can occur for the SubmitContainerStateChange
operation.
Types of errors that can occur for the SubmitTaskStateChange
operation.
Types of errors that can occur for the TagResource
operation.
Types of errors that can occur for the UntagResource
operation.
Types of errors that can occur for the UpdateCapacityProvider
operation.
Types of errors that can occur for the UpdateCluster
operation.
Types of errors that can occur for the UpdateClusterSettings
operation.
Types of errors that can occur for the UpdateContainerAgent
operation.
Types of errors that can occur for the UpdateContainerInstancesState
operation.
Types of errors that can occur for the UpdateService
operation.
Types of errors that can occur for the UpdateServicePrimaryTaskSet
operation.
Types of errors that can occur for the UpdateTaskSet
operation.