Class: Aws::SQS::Types::KmsOptInRequired
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsOptInRequired
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-sqs/types.rb', line 1104 class KmsOptInRequired < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |