Class: Aws::SNS::Types::KMSInvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSInvalidStateException
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the Key Management Service Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1071 class KMSInvalidStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |