Class: Aws::DevOpsAgent::Types::ConflictException

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

Overview

The request conflicts with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Detailed error message describing the conflict.

Returns:

  • (String)


402
403
404
405
406
# File 'lib/aws-sdk-devopsagent/types.rb', line 402

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