Class: Aws::CloudControlApi::Types::ServiceInternalErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudcontrolapi/types.rb

Overview

The resource handler has returned that the downstream service returned an internal error, typically with a ‘5XX HTTP` status code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


917
918
919
920
921
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 917

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