Class: Aws::KMS::Types::DependencyTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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

#messageString

Returns:

  • (String)


1743
1744
1745
1746
1747
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1743

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