Class: Aws::AppStream::Types::RequestLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

WorkSpaces Applications can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


5361
5362
5363
5364
5365
# File 'lib/aws-sdk-appstream/types.rb', line 5361

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