Class: Aws::ECRPublic::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The operation didn’t 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
Instance Attribute Details
#message ⇒ String
1146 1147 1148 1149 1150 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1146 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |