Class: Aws::FraudDetector::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
An exception indicating there was a conflict during a delete operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
548 549 550 551 552 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 548 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |