Class: Aws::DevOpsGuru::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

An exception that is thrown when a conflict occurs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


494
495
496
497
498
499
500
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 494

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

#resource_idString

The ID of the Amazon Web Services resource in which a conflict occurred.

Returns:

  • (String)


494
495
496
497
498
499
500
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 494

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

#resource_typeString

The type of the Amazon Web Services resource in which a conflict occurred.

Returns:

  • (String)


494
495
496
497
498
499
500
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 494

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