Method: Aws::APIGateway::Types::VpcLink#status

Defined in:
lib/aws-sdk-apigateway/types.rb

#statusString

The status of the VPC link. The valid values are ‘AVAILABLE`, `PENDING`, `DELETING`, or `FAILED`. Deploying an API will wait if the status is `PENDING` and will fail if the status is `DELETING`.

Returns:

  • (String)
[View source]

8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
# File 'lib/aws-sdk-apigateway/types.rb', line 8380

class VpcLink < Struct.new(
  :id,
  :name,
  :description,
  :target_arns,
  :status,
  :status_message,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end