Class: Aws::SQS::Types::KmsOptInRequired

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

Overview

The request was rejected because the specified key policy isn't syntactically or semantically correct.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1109
1110
1111
1112
1113
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1109

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