Class: Aws::SESV2::Types::CreateImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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 import job ID.

Returns:

  • (String)


1183
1184
1185
1186
1187
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1183

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