Class: Aws::Braket::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
An error occurred due to a conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
140 141 142 143 144 |
# File 'lib/aws-sdk-braket/types.rb', line 140 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |