Class: Aws::VerifiedPermissions::Types::EvaluationErrorItem

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

Overview

Contains a description of an evaluation error.

This data type is a response parameter of the IsAuthorized, BatchIsAuthorized, and IsAuthorizedWithToken operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_descriptionString

The error description.

Returns:

  • (String)


1483
1484
1485
1486
1487
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1483

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