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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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

#messageString

Returns:

  • (String)


7897
7898
7899
7900
7901
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7897

class PolicyEvaluationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end