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)


5850
5851
5852
5853
5854
# File 'lib/aws-sdk-kms/types.rb', line 5850

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