Class: Aws::GameLift::Types::InvalidRequestException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::InvalidRequestException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
One or more parameter values in the request are invalid. Correct the invalid parameter values before retrying.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      7079 7080 7081 7082 7083  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7079 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |