Class: Aws::RoboMaker::Types::ThrottlingException

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

Overview

AWS RoboMaker is temporarily unable to process the request. Try your call again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5327
5328
5329
5330
5331
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5327

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