Class: Aws::HealthLake::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

The data store is in a transition state and the user requested action can not be performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


35
36
37
38
39
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 35

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