Class: Aws::ServiceQuotas::Types::TagPolicyViolationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::TagPolicyViolationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
The specified tag is a reserved word and cannot be used.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1706 1707 1708 1709 1710 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1706 class TagPolicyViolationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |