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.
2867 2868 2869 2870 2871 |
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2867 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |