Class: Aws::AppStream::Types::UserStackAssociationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UserStackAssociationError
- 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
-
#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.
6007 6008 6009 6010 6011 6012 6013 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 6007 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.
6007 6008 6009 6010 6011 6012 6013 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 6007 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.
6007 6008 6009 6010 6011 6012 6013 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 6007 class UserStackAssociationError < Struct.new( :user_stack_association, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |