Class: Aws::ECR::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-ecr/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
#message ⇒ String
3629 3630 3631 3632 3633 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3629 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |