Class: Aws::DataExchange::Types::JobError

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

Overview

An error that occurred with the job request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code for the job error.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#detailsTypes::Details

The details about the job error.

Returns:



2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#limit_nameString

The name of the limit that was reached.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#limit_valueFloat

The value of the exceeded limit.

Returns:

  • (Float)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message related to the job error.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique identifier for the resource related to the error.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource related to the error.

Returns:

  • (String)


2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2057

class JobError < Struct.new(
  :code,
  :details,
  :limit_name,
  :limit_value,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end