Class: Aws::MainframeModernization::Types::ExecutionTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ExecutionTimeoutException
- 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
#message ⇒ 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 |