Class: Aws::MigrationHub::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Exception raised when there is an internal, configuration, or dependency error encountered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
964 965 966 967 968 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 964 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |