Class: Aws::Appflow::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
268 269 270 271 272 |
# File 'lib/aws-sdk-appflow/types.rb', line 268 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |