Class: Aws::AppStream::Types::UserStackAssociationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UserStackAssociationError
- 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
-
#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.
-
#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.
-
#user_stack_association ⇒ Types::UserStackAssociation
Information about the user and associated stack.
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.
6000 6001 6002 6003 6004 6005 6006 |
# File 'lib/aws-sdk-appstream/types.rb', line 6000 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.
6000 6001 6002 6003 6004 6005 6006 |
# File 'lib/aws-sdk-appstream/types.rb', line 6000 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.
6000 6001 6002 6003 6004 6005 6006 |
# File 'lib/aws-sdk-appstream/types.rb', line 6000 class UserStackAssociationError < Struct.new( :user_stack_association, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |