Class: Aws::GameLift::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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

#messageString

Returns:

  • (String)


5751
5752
5753
5754
5755
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5751

class InvalidRequestException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end