Method: Aws::APIGateway::Types::VpcLink#status_message
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #status_message ⇒ String
A description about the VPC link status.
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 |