Class: Aws::BedrockDataAutomation::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
This exception is thrown when there is a conflict performing an operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
254 255 256 257 258 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 254 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |