Class: Aws::AppFabric::Types::TaskError

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

Overview

Contains information about an error returned from a user access task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code of the error.

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1667

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

#error_messageString

The message of the error.

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1667

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