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

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


1157
1158
1159
1160
1161
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1157

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