Class: Aws::RoboMaker::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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