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