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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


5683
5684
5685
5686
5687
5688
5689
# File 'lib/aws-sdk-appstream/types.rb', line 5683

class UserStackAssociationError < Struct.new(
  :user_stack_association,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5683
5684
5685
5686
5687
5688
5689
# File 'lib/aws-sdk-appstream/types.rb', line 5683

class UserStackAssociationError < Struct.new(
  :user_stack_association,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#user_stack_associationTypes::UserStackAssociation

Information about the user and associated stack.



5683
5684
5685
5686
5687
5688
5689
# File 'lib/aws-sdk-appstream/types.rb', line 5683

class UserStackAssociationError < Struct.new(
  :user_stack_association,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end