Class: Aws::ECR::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-ecr/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.
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.
3142 3143 3144 3145 3146 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3142 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |