Class: Aws::RoboMaker::Types::LimitExceededException

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

#messageString

Returns:

  • (String)


3216
3217
3218
3219
3220
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3216

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