Class: Aws::RoboMaker::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
The request has failed due to a temporary failure of the server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4415 4416 4417 4418 4419 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4415 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |