Class: Aws::MainframeModernization::Types::ExecutionTimeoutException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Failed to connect to server, or didn’t receive response within expected time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1167
1168
1169
1170
1171
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1167

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