Class: Aws::KMS::Types::TagException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


6062
6063
6064
6065
6066
# File 'lib/aws-sdk-kms/types.rb', line 6062

class TagException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end