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)


1148
1149
1150
1151
1152
# File 'lib/aws-sdk-sesv2/types.rb', line 1148

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