Class: Aws::MarketplaceMetering::Types::InvalidTagException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidTagException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
The tag is invalid, or the number of tags is greater than 5.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
229 230 231 232 233 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 229 class InvalidTagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |