Class: Aws::KMS::Types::TagException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::TagException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because one or more tags are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5623 5624 5625 5626 5627 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 5623 class TagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |