Class: Aws::GameSparks::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
The request would result in exceeding service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1338 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |