Class: Aws::HealthLake::Types::ErrorCause

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

Overview

The error information for CreateFHIRDatastore and DeleteFHIRDatastore actions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_category ⇒ String

The error category for ErrorCause.

Returns:

  • (String)


897
898
899
900
901
902
# File 'lib/aws-sdk-healthlake/types.rb', line 897

class ErrorCause < Struct.new(
  :error_message,
  :error_category)
  SENSITIVE = []
  include Aws::Structure
end

#error_message ⇒ String

The error message text for ErrorCause.

Returns:

  • (String)


897
898
899
900
901
902
# File 'lib/aws-sdk-healthlake/types.rb', line 897

class ErrorCause < Struct.new(
  :error_message,
  :error_category)
  SENSITIVE = []
  include Aws::Structure
end