Class: Aws::CloudControlApi::Types::GeneralServiceException

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 downstream service generated an error that doesn't map to any other handler error code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


341
342
343
344
345
# File 'gems/aws-sdk-cloudcontrolapi/lib/aws-sdk-cloudcontrolapi/types.rb', line 341

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