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.
4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-appstream/types.rb', line 4203 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |