Class: Aws::CloudHSMV2::Types::CloudHsmTagException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsmv2/types.rb

Overview

The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


223
224
225
226
227
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 223

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