Class: Aws::RoboMaker::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

AWS RoboMaker experienced a service issue. Try your call again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3137
3138
3139
3140
3141
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3137

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end