Class: Aws::GameLift::Types::ConflictException

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 service resource associated with the request. Resolve the conflict before retrying this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


493
494
495
496
497
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 493

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