Class: Aws::S3Control::Types::JobFailure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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

Instance Attribute Details

#failure_codeString

The failure code, if any, for the specified job.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3662

class JobFailure < Struct.new(
  :failure_code,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The failure reason, if any, for the specified job.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3662

class JobFailure < Struct.new(
  :failure_code,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end