Class: Aws::Pipes::Types::ConflictException

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

Overview

An action you attempted resulted in an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


435
436
437
438
439
440
441
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 435

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

#resource_idString

The ID of the resource that caused the exception.

Returns:

  • (String)


435
436
437
438
439
440
441
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 435

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

#resource_typeString

The type of resource that caused the exception.

Returns:

  • (String)


435
436
437
438
439
440
441
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 435

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