Class: Aws::Types::EffectivePolicyValidationError
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePolicyValidationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributing_policies ⇒ ::Array[::String]
Returns the value of attribute contributing_policies.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#path_to_error ⇒ ::String
Returns the value of attribute path_to_error.
Instance Attribute Details
#contributing_policies ⇒ ::Array[::String]
Returns the value of attribute contributing_policies.
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.
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.
402 403 404 |
# File 'sig/types.rbs', line 402 def @error_message end |
#path_to_error ⇒ ::String
Returns the value of attribute path_to_error.
403 404 405 |
# File 'sig/types.rbs', line 403 def path_to_error @path_to_error end |