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 operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_description ⇒ String
The error description.
Instance Attribute Details
#error_description ⇒ String
The error description.
2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 2246 class EvaluationErrorItem < Struct.new( :error_description) SENSITIVE = [] include Aws::Structure end |