Class: Aws::MigrationHubConfig::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubConfig::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubconfig/types.rb
Overview
Exception raised when a request fails due to temporary unavailability of the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
243 244 245 246 247 |
# File 'lib/aws-sdk-migrationhubconfig/types.rb', line 243 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |