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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5703

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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5703

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.



5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5703

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