Class: Aws::GameLift::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
The requested operation would cause the resource to exceed the allowed service limit. Resolve the issue before retrying.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7604 7605 7606 7607 7608 |
# File 'lib/aws-sdk-gamelift/types.rb', line 7604 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |