Class: Aws::States::Types::KmsThrottlingException

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

Overview

Received when KMS returns ‘ThrottlingException` for a KMS call that Step Functions makes on behalf of the caller.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2285
2286
2287
2288
2289
# File 'lib/aws-sdk-states/types.rb', line 2285

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