{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-vpc-peering-connection-status-structure.json", "name": "VpcPeeringConnectionStatus", "description": "Represents status information for a VPC peering connection. Status codes and messages are provided from EC2 (see VpcPeeringConnectionStateReason). Connection status information is also communicated as a fleet event.", "type": "object", "properties": { "Code": { "allOf": [ { "$ref": "#/components/schemas/NonZeroAndMaxString" }, { "description": "Code indicating the status of a VPC peering connection." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/NonZeroAndMaxString" }, { "description": "Additional messaging associated with the connection status. " } ] } } }