Class: Aws::Types::InvalidCrossAccountRoleException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

Returns the value of attribute can_retry.

Returns:

  • (Boolean)


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.

Returns:

  • ("ROLE_DOES_NOT_EXIST_OR_INVALID_TRUST_RELATIONSHIP", "ROLE_DOES_NOT_HAVE_CORRECT_POLICY")


450
451
452
# File 'sig/types.rbs', line 450

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def message
  @message
end