Class: Aws::States::Types::KmsThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::KmsThrottlingException
- Defined in:
- gems/aws-sdk-states/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
#message ⇒ String
2377 2378 2379 2380 2381 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2377 class KmsThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |