Class: Aws::ECR::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The operation did not succeed because it would have exceeded a service limit for your account. For more information, see [Amazon ECR service quotas] in the Amazon Elastic Container Registry User Guide.
[1]: docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-ecr/types.rb', line 2721 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |