Class: Aws::AppStream::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The requested limit exceeds the permitted limit for an account.
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.
5116 5117 5118 5119 5120 |
# File 'lib/aws-sdk-appstream/types.rb', line 5116 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |