Class: Aws::GameLiftStreams::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gameliftstreams/types.rb
Overview
The request would cause the resource to exceed an allowed service quota. Resolve the issue before you try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
3019 3020 3021 3022 3023 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 3019 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |