Class: Aws::WorkSpaces::Types::AssociationStateReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code of the association deployment failure.

Returns:

  • (String)


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_messageString

The error message of the association deployment failure.

Returns:

  • (String)


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