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_code ⇒ String

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

Returns:

  • (String)


7385
7386
7387
7388
7389
7390
7391
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 7385

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

#error_message ⇒ String

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

Returns:

  • (String)


7385
7386
7387
7388
7389
7390
7391
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 7385

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

#user_stack_association ⇒ Types::UserStackAssociation

Information about the user and associated stack.



7385
7386
7387
7388
7389
7390
7391
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 7385

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