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

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

Overview

The error info of the create/delete data store operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_categoryString

The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.

Returns:

  • (String)


366
367
368
369
370
371
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 366

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

#error_messageString

The text of the error message.

Returns:

  • (String)


366
367
368
369
370
371
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 366

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