Class: Aws::GameLift::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
546 547 548 549 550 |
# File 'lib/aws-sdk-gamelift/types.rb', line 546 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |