Uses of Class
software.amazon.awssdk.services.lakeformation.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ErrorDetail Modifier and Type Method Description ErrorDetailBatchPermissionsFailureEntry. error()An error message that applies to the failure of the entry.ErrorDetailLFTagError. error()An error that occurred with the attachment or detachment of the LF-tag.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type ErrorDetail Modifier and Type Method Description BatchPermissionsFailureEntry.BuilderBatchPermissionsFailureEntry.Builder. error(ErrorDetail error)An error message that applies to the failure of the entry.LFTagError.BuilderLFTagError.Builder. error(ErrorDetail error)An error that occurred with the attachment or detachment of the LF-tag.
-