Class: Aws::SESV2::Types::CreateMultiRegionEndpointResponse

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

#endpoint_idString

The ID of the multi-region endpoint (global-endpoint).

Returns:

  • (String)


1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-sesv2/types.rb', line 1262

class CreateMultiRegionEndpointResponse < Struct.new(
  :status,
  :endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A status of the multi-region endpoint (global-endpoint) right after the create request.

  • ‘CREATING` – The resource is being provisioned.

  • ‘READY` – The resource is ready to use.

  • ‘FAILED` – The resource failed to be provisioned.

  • ‘DELETING` – The resource is being deleted as requested.

Returns:

  • (String)


1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-sesv2/types.rb', line 1262

class CreateMultiRegionEndpointResponse < Struct.new(
  :status,
  :endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end