Class: Aws::SESV2::Types::CreateImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateImportJobResponse
- 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
-
#job_id ⇒ String
A string that represents the import job ID.
Instance Attribute Details
#job_id ⇒ String
A string that represents the import job ID.
1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-sesv2/types.rb', line 1207 class CreateImportJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |