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)


1287
1288
1289
1290
1291
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1287

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