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)


7880
7881
7882
7883
7884
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 7880

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