Class: Aws::SQS::Types::KmsAccessDenied
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsAccessDenied
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
The caller doesn’t have the required KMS access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-sqs/types.rb', line 1034 class KmsAccessDenied < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |