Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Describe Route Tables

Prev Next
Step Details
Introduced in Version3.0.0
Last Modified in Version7.0.0
LocationIntegration > Amazon AWS > EC2

The Describe Route Tables step is used to described one or more of the route tables.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
FiltersOptional list of filters to apply to just retrieve specific fields.
List of Filter
RegionThe Amazon AWS region the instance is associated with.
AmazonAWSRegion
Route Table IdsIDs of the route tables to retrieve information from.List of String

Outputs

PropertyDescriptionData Type
DoneList of outputted information.List of RouteTable


Example Inputs and Outputs

InputOutput LabelOutput
us-east-1AssociationIdrtbassoc-0b037b962ec4a1cab
rtb-08bd122cfdc6d5c95
AssociationState


AssociationStateCodeAssociated


AssociationStateStatusMessagenull

GatewayIdnull

Mainfalse

RouteTableIdrtb-08bd122cfdc6d5c95

SubnetIdsubnet-011f52eb1e9c86d79


Common Errors

AWS Was Not Able To Validate the Provided Access Credentials.

If the access credentials established in system settings are invalid, the step will cause an error.

To correct this, ensure the Access Key Id and Secret Access Key are both correct and active.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Substring 1[Substring] in flow [Display Steps]: Exception invoking method Substring on class StringSteps 
 ---> DecisionsFramework.LoggedException: Exception invoking method Substring on class StringSteps 
 ---> System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length')  
   at System.String.Substring(Int32 startIndex, Int32 length)       
   --- End of inner exception stack trace ---  
   at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data  at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)  
   at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)       
   --- End of inner exception stack trace ---

The Filter ________ is Invalid.

If the inputted filter is not a valid filter, the step will cause an error.

To correct this, input a valid filter or do not input a filter.

Exception Message:




Related Information


Related Articles:

EC2

AWS