Class: Aws::States::Types::KmsThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::KmsThrottlingException
- 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
#message ⇒ String
2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-states/types.rb', line 2284 class KmsThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |