Class: Aws::Deadline::Types::EnvironmentDetailsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::EnvironmentDetailsError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The error details for the environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#environment_id ⇒ String
The environment ID.
-
#job_id ⇒ String
The job ID.
-
#message ⇒ String
The error message detailing the error’s cause.
Instance Attribute Details
#code ⇒ String
The error code.
2167 2168 2169 2170 2171 2172 2173 2174 |
# File 'lib/aws-sdk-deadline/types.rb', line 2167 class EnvironmentDetailsError < Struct.new( :job_id, :environment_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID.
2167 2168 2169 2170 2171 2172 2173 2174 |
# File 'lib/aws-sdk-deadline/types.rb', line 2167 class EnvironmentDetailsError < Struct.new( :job_id, :environment_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID.
2167 2168 2169 2170 2171 2172 2173 2174 |
# File 'lib/aws-sdk-deadline/types.rb', line 2167 class EnvironmentDetailsError < Struct.new( :job_id, :environment_id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message detailing the error’s cause.
2167 2168 2169 2170 2171 2172 2173 2174 |
# File 'lib/aws-sdk-deadline/types.rb', line 2167 class EnvironmentDetailsError < Struct.new( :job_id, :environment_id, :code, :message) SENSITIVE = [] include Aws::Structure end |