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

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

Overview

AppStream 2.0 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)


4238
4239
4240
4241
4242
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4238

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