Class: Aws::SNS::Types::KMSDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSDisabledException
- Defined in:
- gems/aws-sdk-sns/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
1222 1223 1224 1225 1226 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1222 class KMSDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |