Class: Aws::SNS::Types::KMSAccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSAccessDeniedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The ciphertext references a key that doesn’t exist or that you don’t have access to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-sns/types.rb', line 1082 class KMSAccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |