Class: Aws::RoboMaker::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3211 3212 3213 3214 3215 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3211 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |