Class: Aws::NetworkFirewall::Types::RejectNetworkFirewallTransitGatewayAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RejectNetworkFirewallTransitGatewayAttachmentResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_attachment_id ⇒ String
The unique identifier of the transit gateway attachment that was rejected.
-
#transit_gateway_attachment_status ⇒ String
The current status of the transit gateway attachment.
Instance Attribute Details
#transit_gateway_attachment_id ⇒ String
The unique identifier of the transit gateway attachment that was rejected.
4729 4730 4731 4732 4733 4734 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4729 class RejectNetworkFirewallTransitGatewayAttachmentResponse < Struct.new( :transit_gateway_attachment_id, :transit_gateway_attachment_status) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_status ⇒ String
The current status of the transit gateway attachment. Valid values are:
CREATING
- The attachment is being createdDELETING
- The attachment is being deletedDELETED
- The attachment has been deletedFAILED
- The attachment creation has failed and cannot be recoveredERROR
- The attachment is in an error state that might be recoverableREADY
- The attachment is active and processing trafficPENDING_ACCEPTANCE
- The attachment is waiting to be acceptedREJECTING
- The attachment is in the process of being rejectedREJECTED
- The attachment has been rejected
For information about troubleshooting endpoint failures, see Troubleshooting firewall endpoint failures in the Network Firewall Developer Guide.
4729 4730 4731 4732 4733 4734 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4729 class RejectNetworkFirewallTransitGatewayAttachmentResponse < Struct.new( :transit_gateway_attachment_id, :transit_gateway_attachment_status) SENSITIVE = [] include Aws::Structure end |