Class: Aws::SQS::Types::KmsInvalidState

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1081
1082
1083
1084
1085
# File 'lib/aws-sdk-sqs/types.rb', line 1081

class KmsInvalidState < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end