Class: Aws::ECR::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3709
3710
3711
3712
3713
# File 'lib/aws-sdk-ecr/types.rb', line 3709

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