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.
3678 3679 3680 3681 3682 |
# File 'lib/aws-sdk-appstream/types.rb', line 3678 class RequestLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |