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
      7176 7177 7178 7179 7180  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7176 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |