Class: Aws::KMS::Types::DependencyTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DependencyTimeoutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The system timed out while trying to fulfill the request. You can retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-kms/types.rb', line 1759 class DependencyTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |