Class: Aws::LakeFormation::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ErrorDetail
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Contains details about an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code associated with this error.
-
#error_message ⇒ String
A message describing the error.
Instance Attribute Details
#error_code ⇒ String
The code associated with this error.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1212 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A message describing the error.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1212 class ErrorDetail < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |