Class: Aws::VPCLattice::Types::ConflictException

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

Overview

The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 127

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

#resource_idString

The resource ID.

Returns:

  • (String)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 127

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

#resource_typeString

The resource type.

Returns:

  • (String)


127
128
129
130
131
132
133
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 127

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