Creates a Table object with the specified name, using the
            passed-in client to load the table definition.
            
            This method will throw an exception if the table does not exist.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static Table LoadTable( AmazonDynamoDB ddbClient, string tableName )
 Parameters
 Parameters- ddbClient (AmazonDynamoDB)
- Client to use to access DynamoDB.
- tableName (String)
- Name of the table.
 Return Value
 Return ValueTable object representing the specified table.