Class: Aws::HealthLake::Types::ErrorCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ErrorCause
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The error information for CreateFHIRDatastore
and
DeleteFHIRDatastore
actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_category ⇒ String
The error category for
ErrorCause
. -
#error_message ⇒ String
The error message text for
ErrorCause
.
Instance Attribute Details
#error_category ⇒ String
The error category for ErrorCause
.
350 351 352 353 354 355 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 350 class ErrorCause < Struct.new( :error_message, :error_category) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message text for ErrorCause
.
350 351 352 353 354 355 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 350 class ErrorCause < Struct.new( :error_message, :error_category) SENSITIVE = [] include Aws::Structure end |