Class: Aws::DataExchange::Types::JobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::JobError
- 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
-
#code ⇒ String
The code for the job error.
-
#details ⇒ Types::Details
The details about the job error.
-
#limit_name ⇒ String
The name of the limit that was reached.
-
#limit_value ⇒ Float
The value of the exceeded limit.
-
#message ⇒ String
The message related to the job error.
-
#resource_id ⇒ String
The unique identifier for the resource related to the error.
-
#resource_type ⇒ String
The type of resource related to the error.
Instance Attribute Details
#code ⇒ String
The code for the job error.
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 |
#details ⇒ Types::Details
The details about the job error.
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_name ⇒ String
The name of the limit that was reached.
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_value ⇒ Float
The value of the exceeded limit.
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 |
#message ⇒ String
The message related to the job error.
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_id ⇒ String
The unique identifier for the resource related to the error.
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_type ⇒ String
The type of resource related to the error.
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 |