Class: Aws::Finspace::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/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

Instance Attribute Details

#messageString

Returns:

  • (String)


192
193
194
195
196
197
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 192

class ConflictException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the conflict exception.

Returns:

  • (String)


192
193
194
195
196
197
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 192

class ConflictException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end