Class: Aws::SQS::Types::KmsDisabled

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1047
1048
1049
1050
1051
# File 'lib/aws-sdk-sqs/types.rb', line 1047

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