Class: Aws::RAM::Types::TagLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::TagLimitExceededException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
This request would exceed the limit for tags for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2750 2751 2752 2753 2754 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2750 class TagLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |