Class: Aws::GameLift::Types::InvalidFleetStatusException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6943
6944
6945
6946
6947
# File 'lib/aws-sdk-gamelift/types.rb', line 6943

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