Class: Aws::ARCRegionswitch::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::InternalServerException
- 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
#message ⇒ 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 |