Class: Aws::S3Control::Types::JobStatusException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4136
4137
4138
4139
4140
# File 'lib/aws-sdk-s3control/types.rb', line 4136

class JobStatusException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end