ErrorDetail - Amazon EKS
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ErrorDetail

An object representing an error when an asynchronous operation fails.

Contents

errorCode

A brief description of the error.

  • SubnetNotFound: We couldn't find one of the subnets associated with the cluster.

  • SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster.

  • EniLimitReached: You have reached the elastic network interface limit for your account.

  • IpNotAvailable: A subnet associated with the cluster doesn't have any available IP addresses.

  • AccessDenied: You don't have permissions to perform the specified operation.

  • OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS.

  • VpcIdNotFound: We couldn't find the VPC associated with the cluster.

Type: String

Valid Values: SubnetNotFound | SecurityGroupNotFound | EniLimitReached | IpNotAvailable | AccessDenied | OperationNotPermitted | VpcIdNotFound | Unknown | NodeCreationFailure | PodEvictionFailure | InsufficientFreeAddresses | ClusterUnreachable | InsufficientNumberOfReplicas | ConfigurationConflict | AdmissionRequestDenied | UnsupportedAddonModification | K8sResourceNotFound

Required: No

errorMessage

A more complete description of the error.

Type: String

Required: No

resourceIds

An optional field that contains the resource IDs associated with the error.

Type: Array of strings

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: