Class: Aws::LakeFormation::Types::BatchPermissionsFailureEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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

Instance Attribute Details

#errorTypes::ErrorDetail

An error message that applies to the failure of the entry.

Returns:



248
249
250
251
252
253
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 248

class BatchPermissionsFailureEntry < Struct.new(
  :request_entry,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#request_entryTypes::BatchPermissionsRequestEntry

An identifier for an entry of the batch request.



248
249
250
251
252
253
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 248

class BatchPermissionsFailureEntry < Struct.new(
  :request_entry,
  :error)
  SENSITIVE = []
  include Aws::Structure
end