Class: Aws::ServiceQuotas::Types::TagPolicyViolationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicequotas/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

#messageString

Returns:

  • (String)


1306
1307
1308
1309
1310
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1306

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