Class: Aws::WorkSpaces::Types::AssociationStateReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AssociationStateReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Indicates the reason that the association deployment failed, including the error code and error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code of the association deployment failure.
-
#error_message ⇒ String
The error message of the association deployment failure.
Instance Attribute Details
#error_code ⇒ String
The error code of the association deployment failure.
349 350 351 352 353 354 |
# File 'lib/aws-sdk-workspaces/types.rb', line 349 class AssociationStateReason < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message of the association deployment failure.
349 350 351 352 353 354 |
# File 'lib/aws-sdk-workspaces/types.rb', line 349 class AssociationStateReason < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |