Class: Aws::B2bi::Types::ConflictException

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

Overview

A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability) that is being used by other resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


99
100
101
102
103
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 99

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