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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


276
277
278
279
280
281
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 276

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)


276
277
278
279
280
281
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 276

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