Class: Aws::MigrationHubRefactorSpaces::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
An unexpected error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1669 1670 1671 1672 1673 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1669 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |