Class: Aws::SQS::Types::KmsThrottled

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

Overview

Amazon Web Services KMS throttles requests for the following conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1123
1124
1125
1126
1127
# File 'lib/aws-sdk-sqs/types.rb', line 1123

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