Class: Aws::CloudControlApi::Types::NetworkFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::NetworkFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource handler has returned that the request couldn’t be completed due to networking issues, such as a failure to receive a response from the server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
660 661 662 663 664 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 660 class NetworkFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |