Class: Aws::ManagedGrafana::Types::UpdatePermissionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::UpdateError>

An array of structures that contain the errors from the operation, if any.

Returns:



1241
1242
1243
1244
1245
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1241

class UpdatePermissionsResponse < Struct.new(
  :errors)
  SENSITIVE = []
  include Aws::Structure
end