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

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


5722
5723
5724
5725
5726
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5722

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