Class: Aws::SESV2::Types::CreateMultiRegionEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateMultiRegionEndpointResponse
- 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
-
#endpoint_id ⇒ String
The ID of the multi-region endpoint (global-endpoint).
-
#status ⇒ String
A status of the multi-region endpoint (global-endpoint) right after the create request.
Instance Attribute Details
#endpoint_id ⇒ String
The ID of the multi-region endpoint (global-endpoint).
1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1356 class CreateMultiRegionEndpointResponse < Struct.new( :status, :endpoint_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
1356 1357 1358 1359 1360 1361 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1356 class CreateMultiRegionEndpointResponse < Struct.new( :status, :endpoint_id) SENSITIVE = [] include Aws::Structure end |