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
2415 2416 2417 2418 2419 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2415 class KmsThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |