Class: Aws::IAM::Types::PolicyEvaluationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7716
7717
7718
7719
# File 'lib/aws-sdk-iam/types.rb', line 7716

class PolicyEvaluationException < Struct.new(
  :message)
  include Aws::Structure
end