Class: Aws::Types::UserStackAssociationError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"STACK_NOT_FOUND", ...

Returns the value of attribute error_code.

Returns:

  • ("STACK_NOT_FOUND", "USER_NAME_NOT_FOUND", "DIRECTORY_NOT_FOUND", "INTERNAL_ERROR")


1723
1724
1725
# File 'sig/types.rbs', line 1723

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def error_message
  @error_message
end

#user_stack_associationTypes::UserStackAssociation

Returns the value of attribute user_stack_association.



1722
1723
1724
# File 'sig/types.rbs', line 1722

def user_stack_association
  @user_stack_association
end