Class: Aws::S3Control::Types::JobFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobFailure
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
If this job failed, this element indicates why the job failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The failure code, if any, for the specified job.
-
#failure_reason ⇒ String
The failure reason, if any, for the specified job.
Instance Attribute Details
#failure_code ⇒ String
The failure code, if any, for the specified job.
3712 3713 3714 3715 3716 3717 |
# File 'lib/aws-sdk-s3control/types.rb', line 3712 class JobFailure < Struct.new( :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The failure reason, if any, for the specified job.
3712 3713 3714 3715 3716 3717 |
# File 'lib/aws-sdk-s3control/types.rb', line 3712 class JobFailure < Struct.new( :failure_code, :failure_reason) SENSITIVE = [] include Aws::Structure end |