Class: Aws::WorkSpaces::Types::ErrorDetails

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

Indicates the error code returned.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2789

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

#error_messageString

The text of the error message related the error code.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2789

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