Class: Aws::SQS::Types::KmsInvalidState
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsInvalidState
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
The request was rejected because the state of the specified resource is not valid for this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1076 1077 1078 1079 1080 |
# File 'lib/aws-sdk-sqs/types.rb', line 1076 class KmsInvalidState < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |