Class: Aws::AppStream::Types::RequestLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::RequestLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
4238 4239 4240 4241 4242 |
# File 'lib/aws-sdk-appstream/types.rb', line 4238 class RequestLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |