Class: Aws::B2bi::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ConflictException
- 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
#message ⇒ String
113 114 115 116 117 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 113 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |