Class: Aws::ARCRegionswitch::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

The request processing has failed because of an unknown error, exception, or failure.

HTTP Status Code: 500

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1166
1167
1168
1169
1170
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1166

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