Class: Aws::HealthLake::Types::ErrorCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ErrorCause
- Includes:
- Structure
- Defined in:
- 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
-
#error_category ⇒ String
The error category of the create/delete data store operation.
-
#error_message ⇒ String
The text of the error message.
Instance Attribute Details
#error_category ⇒ String
The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-healthlake/types.rb', line 366 class ErrorCause < Struct.new( :error_message, :error_category) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The text of the error message.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-healthlake/types.rb', line 366 class ErrorCause < Struct.new( :error_message, :error_category) SENSITIVE = [] include Aws::Structure end |