Class: Aws::Finspace::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
There was a conflict with this action, and it could not be completed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the conflict exception.
Instance Attribute Details
#message ⇒ String
192 193 194 195 196 197 |
# File 'lib/aws-sdk-finspace/types.rb', line 192 class ConflictException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the conflict exception.
192 193 194 195 196 197 |
# File 'lib/aws-sdk-finspace/types.rb', line 192 class ConflictException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |