Class: Aws::LakeFormation::Types::BatchPermissionsFailureEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::BatchPermissionsFailureEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
A list of failures when performing a batch grant or batch revoke operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetail
An error message that applies to the failure of the entry.
-
#request_entry ⇒ Types::BatchPermissionsRequestEntry
An identifier for an entry of the batch request.
Instance Attribute Details
#error ⇒ Types::ErrorDetail
An error message that applies to the failure of the entry.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 248 class BatchPermissionsFailureEntry < Struct.new( :request_entry, :error) SENSITIVE = [] include Aws::Structure end |
#request_entry ⇒ Types::BatchPermissionsRequestEntry
An identifier for an entry of the batch request.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 248 class BatchPermissionsFailureEntry < Struct.new( :request_entry, :error) SENSITIVE = [] include Aws::Structure end |