Class: Aws::Types::InvalidCrossAccountRoleException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidCrossAccountRoleException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#error_code ⇒ "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP", "ROLE_DOES_NOT_HAVE_CORRECT_POLICY"
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
451 452 453 |
# File 'sig/types.rbs', line 451 def can_retry @can_retry end |
#error_code ⇒ "ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP", "ROLE_DOES_NOT_HAVE_CORRECT_POLICY"
Returns the value of attribute error_code.
450 451 452 |
# File 'sig/types.rbs', line 450 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
449 450 451 |
# File 'sig/types.rbs', line 449 def end |