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

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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


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

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