Class: Aws::HealthLake::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
35 36 37 38 39 |
# File 'lib/aws-sdk-healthlake/types.rb', line 35 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |