Class: Aws::RAM::Types::TagPolicyViolationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

The operation failed because the specified tag key is a reserved word and can't be used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3754
3755
3756
3757
3758
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3754

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