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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7716 7717 7718 7719 |
# File 'lib/aws-sdk-iam/types.rb', line 7716 class PolicyEvaluationException < Struct.new( :message) include Aws::Structure end |