Class: Aws::Types::EffectivePolicyValidationError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contributing_policies::Array[::String]

Returns the value of attribute contributing_policies.

Returns:

  • (::Array[::String])


404
405
406
# File 'sig/types.rbs', line 404

def contributing_policies
  @contributing_policies
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def error_message
  @error_message
end

#path_to_error::String

Returns the value of attribute path_to_error.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def path_to_error
  @path_to_error
end