Class: Aws::SESV2::Types::CreateExportJobResponse

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

Overview

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

A string that represents the export job ID.

Returns:

  • (String)


1193
1194
1195
1196
1197
# File 'lib/aws-sdk-sesv2/types.rb', line 1193

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