Class: Aws::VerifiedPermissions::Types::EvaluationErrorItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::EvaluationErrorItem
- Includes:
- Structure
- Defined in:
- 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][3
-
operations.
[1]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorized.html [2]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_BatchIsAuthorized.html [3]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_IsAuthorizedWithToken.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_description ⇒ String
The error description.
Instance Attribute Details
#error_description ⇒ String
The error description.
1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1686 class EvaluationErrorItem < Struct.new( :error_description) SENSITIVE = [] include Aws::Structure end |