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
5295 5296 5297 5298 5299 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5295 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |