Class: Aws::SNS::Types::KMSDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSDisabledException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The request was rejected because the specified Amazon Web Services KMS key isn’t enabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-sns/types.rb', line 1096 class KMSDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |