Class: Aws::MigrationHubOrchestrator::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::InternalServerException
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
An internal error has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1088 1089 1090 1091 1092 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1088 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |