Class: Aws::CloudControlApi::Types::NetworkFailureException

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

#messageString

Returns:

  • (String)


660
661
662
663
664
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 660

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