Class: Aws::SecurityHub::Types::AwsEc2VpcPeeringConnectionStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2VpcPeeringConnectionStatusDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the status of the VPC peering connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status of the VPC peering connection.
-
#message ⇒ String
A message that provides more information about the status, if applicable.
Instance Attribute Details
#code ⇒ String
The status of the VPC peering connection.
9140 9141 9142 9143 9144 9145 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9140 class AwsEc2VpcPeeringConnectionStatusDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that provides more information about the status, if applicable.
9140 9141 9142 9143 9144 9145 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9140 class AwsEc2VpcPeeringConnectionStatusDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |