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.

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)


3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-appstream/types.rb', line 3200

class UserStackAssociationError < Struct.new(
  :user_stack_association,
  :error_code,
  :error_message)
  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)


3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-appstream/types.rb', line 3200

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

#user_stack_associationTypes::UserStackAssociation

Information about the user and associated stack.



3200
3201
3202
3203
3204
3205
# File 'lib/aws-sdk-appstream/types.rb', line 3200

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