The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use Moose;
has Failures => (is => 'ro', isa => 'ArrayRef[Paws::LakeFormation::BatchPermissionsFailureEntry]');
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 NAME
Paws::LakeFormation::BatchGrantPermissionsResponse
=head1 ATTRIBUTES
=head2 Failures => ArrayRef[L<Paws::LakeFormation::BatchPermissionsFailureEntry>]
A list of failures to grant permissions to the resources.
=head2 _request_id => Str
=cut
1;