class AWS::EC2::InternetGateway
def exists?
-
(Boolean)
- Returns true if the gateway exists.
def exists? begin get_resource true rescue Errors::InvalidInternetGatewayID::NotFound false end end
(Boolean)
- Returns true if the gateway exists.
def exists? begin get_resource true rescue Errors::InvalidInternetGatewayID::NotFound false end end