Class: Aws::ECR::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2423
2424
2425
2426
2427
# File 'lib/aws-sdk-ecr/types.rb', line 2423

class LimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end