You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::UserStackAssociationError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

Possible values:

  • STACK_NOT_FOUND
  • USER_NAME_NOT_FOUND
  • DIRECTORY_NOT_FOUND
  • INTERNAL_ERROR

Returns:

  • (String)

    The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

#error_messageString

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

Returns:

  • (String)

    The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

#user_stack_associationTypes::UserStackAssociation

Information about the user and associated stack.

Returns: