Class: Aws::IAM::Types::PolicyEvaluationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyEvaluationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request failed because a provided policy could not be successfully evaluated. An additional detailed message indicates the source of the failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8081 8082 8083 8084 8085 |
# File 'lib/aws-sdk-iam/types.rb', line 8081 class PolicyEvaluationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |