Class: Aws::RoboMaker::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5328 5329 5330 5331 5332 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5328 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |