Class: Aws::WorkSpaces::Types::CustomWorkspaceImageImportErrorDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes in-depth details about the error. These details include the possible causes of the error and troubleshooting information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that is returned for the image import.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1289

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

#error_messageString

The text of the error message that is returned for the image import.

Returns:

  • (String)


1289
1290
1291
1292
1293
1294
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1289

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